home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / 0558.ZIP / SCANCODE.DOC < prev    next >
Text File  |  1987-05-01  |  2KB  |  44 lines

  1.            SCANCODE A Table of Keyboard Scan Codes
  2.  
  3.           (C) Copyright 1987 Merlin R. Null
  4.  
  5. SCANCODE is simply a table of keyboard scan codes in decimal and hex.
  6. Probably  only  of  use  to  programmers and then mostly for assembly
  7. language.   The  chart  can be called from DOS with SCANCODE <Retrn>.
  8. There are two command line switches.
  9.  
  10. SCANCODE R    Causes the program to go memory Resident.
  11.  
  12. After  installation,  it is popped up with Ctrl-LeftShift-RightShift.
  13. The  resident  mode will not be compatible with all editors.  It will
  14. work  with  Epsilon 3.1, but not earlier versions.  It depends on how
  15. the  editor controls the keyboard.  It has been checked with WordStar
  16. version 3.3 and QEDIT 1.0.
  17.  
  18. SCANCODE M    Forces Monochrome video attributes.
  19.  
  20. This  switch is only for composite monochrome monitors connected to a
  21. color  card.   It  can be combined with the R switch.  <Esc> exits to
  22. program and restores the original screen.
  23.  
  24. SCANCODE H or ? Display help screen.
  25.  
  26. Will override all other switches.
  27.  
  28. SCANCODE P    Output to printer only.
  29.  
  30. Requires  a  printer  with the full IBM character set.  SCANCODE will
  31. not  go  memory  resident  when  the  P switch is used, even if the R
  32. switch is also used.
  33.  
  34. SCANCODE  is a little unusual in that it can be run as a regular DOS,
  35. non-resident program or as a memory resident pop-up.  The hot key for
  36. the resident version is <Ctrl>-<Left Shift>-<Right Shift>.  All three
  37. keys must be pressed at the same time.
  38.  
  39.  
  40. Version 1.1  Added printer and help screen switches
  41.     1.2  Fixed bug in help screen display
  42.  
  43.                             4-30-87
  44.